home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / julia / Imakefile < prev    next >
Encoding:
Makefile  |  1995-05-03  |  1.5 KB  |  34 lines

  1. #*************************************************************************
  2. #*                                                                       *
  3. #*     Copyright (c) 1992                  Ronald Joe Record             *
  4. #*                                                                       *
  5. #*  All rights reserved. No part of this program or publication may be   *
  6. #*  reproduced, transmitted, transcribed, stored in a retrieval system,  *
  7. #*  or translated into any language or computer language, in any form or *
  8. #*  by any means, electronic, mechanical, magnetic, optical, chemical,   *
  9. #*  biological, or otherwise, without the prior written permission of:   *
  10. #*                                                                       *
  11. #*              Ronald Joe Record                        (408) 458-3718  *
  12. #*              212 Owen St., Santa Cruz, California 95062 USA           *
  13. #*                                                                       *
  14. #*************************************************************************
  15.  
  16. #
  17. #        Imakefile for julia, by Ron Record
  18. #
  19.         DEPLIBS = $(DEPXLIB)
  20. #    Uncomment the following line if your system doesn't support prototypes 
  21. #    PROTODEFINE = -D_NO_PROTO
  22.         DEFINES = $(PROTODEFINE)
  23.        INCLUDES = -I. -I../lib
  24.          CFLAGS = -O $(INCLUDES) $(DEFINES) $(CDEBUGFLAGS)
  25. LOCAL_LIBRARIES = ../lib/libXrr.a $(XLIB) 
  26.   SYS_LIBRARIES = -lm
  27.       MANSUFFIX = 1
  28.            SRCS = julia.c init.c
  29.            OBJS = julia.o init.o
  30.  
  31. ComplexProgramTarget(julia)
  32.  
  33. install:: install.man
  34.